home *** CD-ROM | disk | FTP | other *** search
- Path: news.cstone.net!usenet
- From: scottv@cstone.net (Scott)
- Newsgroups: comp.lang.c++
- Subject: Re: Linking problems with MMIO-functions.
- Date: 26 Feb 1996 03:08:35 GMT
- Organization: Cornerstone Networks - Pure Internet!
- Message-ID: <4gr87j$fj8@dot.cstone.net>
- References: <4gkmr6$n5b@hasle.sn.no>
- NNTP-Posting-Host: dialin11.cstone.net
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.7
-
- In article <4gkmr6$n5b@hasle.sn.no>, onohr@sn.no says...
- >
- >Hello!
- >
- >My company is porting a Borland 3.1 application to VC++ 4.0 and we
- >have some problems with the MMIO-functions. The error messages we reseive
- >are as follows:
- >
- >.. error LNK2001: unresolved external symbol __imp__mmioClose@8
- >.. error LNK2001: unresolved external symbol __imp__mmioClose@8
- >.. error LNK2001: unresolved external symbol __imp__mmioAscend@12
- >.. error LNK2001: unresolved external symbol __imp__mmioAscend@12
- >.. error LNK2001: unresolved external symbol __imp__mmioCreateChunk@12
- >
- >What is wrong? I find nothing in the help system...
- >Any ideas ?
- >
- >Thanks in advance....
- >
- >
- >- Ola
- >
- >
-
- Are you linking the WINMM.LIB library into the project. I had a similar
- problem awhile back due to the linker not including the library. Good luck,
- I hope this works for you.
-
- Sincerely,
- N. Scott Vann
- Motivational Concepts, Inc.
- Software Engineer/Multimedia Training Systems
-
-